Small fix for --disable-ns-self-contained builds
authorYavor Doganov <yavor@gnu.org>
Tue, 22 Nov 2011 01:37:45 +0000 (20:37 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 22 Nov 2011 01:37:45 +0000 (20:37 -0500)
commit78741d6ceaa52f63e9ded3ed56064f17d8838479
treec1bb791035a5e71c078139ebc918cf50118cd329
parenteb9d4ec6f527d89132852624008bb341ad5e3fff
Small fix for --disable-ns-self-contained builds

Do not install arch-dependent files in the app bundle if
--disable-ns-self-contained is requested.

* configure.in (exec_prefix, libexecdir): Define relative to
ns_appbindir' only if configured for a self-contained app.
* Makefile.in (install-arch-dep): Test for the existence of
libexec in the Emacs.app bundle before executing commands.
ChangeLog
Makefile.in
configure.in